﻿/*网站基本定义*/

*{margin:0;padding:0;}

body
{
    font-family: arial, 宋体, serif, sans-serif; 
    font-size: 12px;
    color: #1a1a1a;
    line-height: 22px;
    
}

img{border:0px;}
ul,li{list-style:none;}
em,i{font-style:normal;}

a{ 
    text-decoration:none;     
    cursor:pointer;
    color:#333;
}


.clear{clear:both;}
.left{float:left;}
.right { float: right; }
